home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-21 | 550 b | 22 lines | [TEXT/CWIE] |
- //============================================================================
- // OutlineTablePrefix.h ©1997 Metrowerks Inc. All rights reserved
- // Original author: John C. Daub
- //============================================================================
- // just defines some constants and such for the Outline Table demo.
-
- #pragma once
-
- #ifndef true
- #define true 1
- #endif
-
- #ifndef false
- #define false 0
- #endif
-
- const ResIDT icon_Folder = 10000;
- const ResIDT icon_Document = 20000;
- const ResIDT icon_App = 25000;
-
-
- const Int16 kColWidth = 250;